[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
LOGGEDON() (BOOLEAN)
Function
Determine if a user has completely logged on to the BBS.
Syntax
LOGGEDON() No arguments are required
Return Type & Value
BOOLEAN
Returns TRUE if the user has completed logging in, FALSE otherwise.
Remarks
There are some features of PPL that are not available until the user has
completely logged in, such as the user variables and functions and the
CALLNUM() function. This function will allow you to detect whether or
not a user has completely logged in and if selected PPL features are
available.
Examples
IF (!LOGGEDON()) LOG "USER NOT LOGGED ON",0
See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson